home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / fast-user-switch-applet / README < prev    next >
Encoding:
Text File  |  2008-09-22  |  2.9 KB  |  107 lines

  1. Fast User Switch Applet
  2. =======================
  3.  
  4. The Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows
  5. for MacOS X-style menu-based user-switching.
  6.  
  7.  
  8. I.) Downloading
  9.  
  10. The most recent release of FUSA is available from:
  11.  
  12. http://ignore-your.tv/fusa/
  13.  
  14. Chances are decent if you got a tarball you've already got this version. :-)
  15.  
  16. Development takes place in GNOME CVS, in the 'fast-user-switch-applet' module.
  17.  
  18.  
  19. II.) Build-Time Configuration
  20.  
  21. Like all panel applets, FUSA must be installed to the same prefix as the panel.
  22. For most distributions, this means /usr. Other flags which should be set are the
  23. GDM configuration file location, a users-and-groups command line, and the
  24. gdmsetup command line. Some examples:
  25.  
  26. A.) Ubuntu
  27.  
  28. ./configure \
  29.   --prefix=/usr \
  30.   --libexecdir=/usr/lib/fast-user-switch-applet \
  31.   --mandir=/usr/share/man \
  32.   --with-gdm-config=/etc/gdm/gdm.conf \
  33.   --with-users-admin="gksudo users-admin" \
  34.   --with-gdm-setup="gksudo gdmsetup"
  35.  
  36. B.) Debian
  37.  
  38. ./configure \
  39.   --prefix=/usr \
  40.   --libexecdir=/usr/lib/fast-user-switch-applet \
  41.   --mandir=/usr/share/man \
  42.   --with-gdm-config=/etc/gdm/gdm.conf --with-users-admin="gksu users-admin" \
  43.   --with-gdm-setup="gksu gdmsetup"
  44.  
  45. C.) Fedora
  46.  
  47. ./configure \
  48.   --prefix=/usr \
  49.   --with-gdm-config=/etc/X11/gdm/gdm.conf \
  50.   --with-users-admin="redhat-users-config" \
  51.   --with-gdm-setup="gdmsetup"
  52.  
  53.  
  54. III.) Run-Time Configuration
  55.  
  56. FUSA includes a couple hidden, global GConf preferences:
  57.  
  58.   /apps/fast-user-switch-applet/show_screen_item  (default: "always")
  59.   /apps/fast-user-switch-applet/show_window_item  (default: "auto")
  60.  
  61. These keys control if/when to show the "Login Screen" and "Login Window"
  62. menuitems, respectively. Possible values for these keys include:
  63.  
  64.   "never" - never show the menuitem.
  65.   "always" - always show the menuitem.
  66.   "auto" - show the menuitem when appropriate (depends on value of Xnest pref).
  67.  
  68. The defaults should be sufficient, but geeks may play without fear of `issues'
  69. :-).
  70.  
  71.  
  72. IV.) Using
  73.  
  74. To use this applet, simply right-click on any panel, and select the
  75. "Add to Panel" item. Scroll down in the resulting dialog to the item labeled
  76. "User Switcher", and hit "Add" -- that's it. Preferences and the current user's
  77. photo can be set by right-clicking on the applet. 
  78.  
  79.  
  80. V.) Gotchas
  81.  
  82. It is recommended that you edit /etc/esound/esd.conf (the debian/ubuntu
  83. location, other systems may store this file elsewhere) and change the line which
  84. says:
  85.  
  86.   default_options=
  87.  
  88. to:
  89.  
  90.   default_options=-unix -promiscuous
  91.  
  92. in order to allow all local users to play sounds.
  93.  
  94. Likewise, gnome-volume-manager (the utility which handles actions for removable
  95. media, such as digital camera media, CDs, and DVDs) may behave strangely if
  96. multiple users are running at the same time. This is a bug in
  97. gnome-volume-manager and cannot be fixed from within FUSA. Sorry :-(.
  98.  
  99.  
  100. VI.) Bugs
  101.  
  102. Bug reports may be filed against the "Fast User Switch Applet" product at
  103.  
  104. http://bugzilla.gnome.org/
  105.  
  106. or using GNOME's "bug-buddy" tool.
  107.